home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / apa.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  501 b   |  15 lines

  1. The "Allow AVI File to Play" menu option sets a
  2. flag read by the OnAssertPlayAVIFile method; this
  3. method is used to prevent playing AVI files.
  4. (This could be due to a lack of driver software
  5. or for performance reasons.)
  6.  
  7. (Note: Assert methods normally are used to abort
  8. all further processing of an action, while the
  9. Handle Methods modify the processing. These
  10. two methods can each be overridden in code by
  11. direct assignment for Assert types and virtual
  12. overriding for Handle types.)
  13.  
  14.  
  15.